Sets the checkpoint for an executing job instance.
HRESULT SetJobCheckpoint(BSTR instanceOID, BSTR checkpoint);
SetJobCheckpoint(String instanceOID, String checkpoint);
Sub SetJobCheckpoint(instanceOID As String, checkpoint As String)
| 
 
Parameters   | 
 
Description   | 
| 
 
[in] BSTR instanceOID   | 
 
The instance ID of the executing instance. Set to the value of the ADJobInstance environment variable.   | 
| 
 
[in] BSTR checkpoint   | 
 
The application-defined checkpoint to set.   | 
| 
 
adTempus API Reference version 3.0.0.0, revised 10/30/2008 
 |